home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
viewers
/
hpglvu10
/
smalfont.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1991-04-18
|
258b
|
16 lines
{A unit to register just SMALFONT with the BGI Driver for HPGLVIEW
Derived from FONTS.PAS, thanks to BORLAND Inc.
}
unit SMALFONT;
interface
procedure SmallFontProc;
implementation
procedure SmallFontProc; external;
{$L LITT.OBJ }
end.